Skip to content

fix(kokoros): implement audio_transcription_stream trait stub#9422

Merged
mudler merged 1 commit intomasterfrom
fix-kokoros-trait-impl
Apr 19, 2026
Merged

fix(kokoros): implement audio_transcription_stream trait stub#9422
mudler merged 1 commit intomasterfrom
fix-kokoros-trait-impl

Conversation

@mudler
Copy link
Copy Markdown
Owner

@mudler mudler commented Apr 19, 2026

The backend.proto was updated to add AudioTranscriptionStream RPC, but the Rust KokorosService was never updated to match the regenerated tonic trait, breaking compilation with E0046.

Stubs the new streaming method as unimplemented, matching the pattern used for the other streaming RPCs Kokoros does not support.

The backend.proto was updated to add AudioTranscriptionStream RPC, but
the Rust KokorosService was never updated to match the regenerated
tonic trait, breaking compilation with E0046.

Stubs the new streaming method as unimplemented, matching the pattern
used for the other streaming RPCs Kokoros does not support.
@mudler mudler added the bug Something isn't working label Apr 19, 2026
@mudler mudler enabled auto-merge (squash) April 19, 2026 11:29
@mudler mudler disabled auto-merge April 19, 2026 11:29
@mudler mudler merged commit 9cd8d79 into master Apr 19, 2026
40 checks passed
@mudler mudler deleted the fix-kokoros-trait-impl branch April 19, 2026 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant